home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / raversfilters / wonderland < prev    next >
Text File  |  1999-06-15  |  484b  |  27 lines

  1. Category: VideoRave
  2. Title: Wonderland
  3. Copyright: Copyright 1998 by harry@visca.com
  4. Author: Harry the Raver
  5. Filename: Wonderla.8bf
  6.  
  7. R:put(sin(ctl(0)*x)-sin(ctl(1)*y),1),put(sin(ctl(2)*m)-sin(ctl(3)*d),2),put((get(1)+get(2))/(ctl(4)*2),0),src(x-get(0),y-get(0),z)
  8.  
  9. G:src(x-get(0),y-get(0),z)
  10.  
  11. B:src(x-get(0),y-get(0),z)
  12.  
  13. A:a
  14.  
  15. ctl[0]: X Wave
  16. ctl[1]: Y Wave
  17. ctl[2]: M Wave
  18. ctl[3]: D Wave
  19. ctl[4]: Factor
  20.  
  21. val[0]: 135
  22. val[1]: 61
  23. val[2]: 150
  24. val[3]: 13
  25. val[4]: 81
  26.  
  27.